projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19d3153
)
Image consolidation:
author
Kim F. Storm
<storm@cua.dk>
Thu, 11 Mar 2004 00:26:50 +0000
(
00:26
+0000)
committer
Kim F. Storm
<storm@cua.dk>
Thu, 11 Mar 2004 00:26:50 +0000
(
00:26
+0000)
(struct mac_bitmap_record): Add file member. Not
currently used, but simplifies code sharing.
src/macterm.h
patch
|
blob
|
history
diff --git
a/src/macterm.h
b/src/macterm.h
index 17b8a0fb298777c8d55e61d57264c4520c24d2ee..6987bd376530dbd61a9a2b65dfb4760697801c59 100644
(file)
--- a/
src/macterm.h
+++ b/
src/macterm.h
@@
-56,6
+56,7
@@
Boston, MA 02111-1307, USA. */
struct mac_bitmap_record
{
char *bitmap_data;
+ char *file;
int refcount;
int height, width;
};